home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / 5in1.zip / 5IN1.DEF < prev    next >
Text File  |  1991-04-07  |  311b  |  19 lines

  1. NAME    FIVEINONE
  2.  
  3. DESCRIPTION     'Which Mode/Free Mem/Fast Exit/Shell'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. STUB    'WINSTUB.EXE'
  8.  
  9. CODE    PRELOAD MOVEABLE DISCARDABLE
  10. DATA    PRELOAD MOVEABLE
  11.  
  12. HEAPSIZE    1024
  13. STACKSIZE       5120
  14.  
  15. EXPORTS
  16.         WndProc      @1
  17.         About        @2
  18.         ShellWnd     @3
  19.